home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / icon / contrib / dev.lha / dev / README < prev    next >
Encoding:
Text File  |  1992-12-17  |  449 b   |  15 lines

  1. This is a modifiedversion of mcc, which allows you to fix syntax errors quickly
  2. in Icon programs. It runs icont and stores the error output.  It then pops
  3. you back into an editor positioned at the first syntax error.
  4.  
  5. In order to use it with icont, you must define the following
  6. environment variables:
  7.  
  8. COMPILER=icont
  9. ERRORPATTERN='File %f; Line %l # %m'
  10.  
  11. Then just "mcc foo.icn" will put you into a icont-edit loop
  12. until you abort out.
  13.  
  14. Alan Wendt
  15.